home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ASM-P.ZIP / plague.asm < prev    next >
Assembly Source File  |  1997-05-23  |  3KB  |  87 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                  The Plague   
  11.      
  12.                                   V. 1.00
  13.      
  14.                     
  15.  
  16. --------------------------------------------------------------------------------
  17.     
  18.                        Dedicated to the guys back at SHHS
  19.                            
  20.                               VIVE LE SHE-MAN!
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.       11/26/1990
  29.  
  30.           The Plague is a non-resident, overwriting virus that is a 
  31.      direct spin off of PCMII's Leprosy-B virus.  Leprosy-B was released 
  32.      sometime in the August of '90 to the general public.  However, 
  33.      Mc Affee had gotten his hands on a copy of the Leprosy-B virus
  34.      sometime in August or September and had, in the next version
  35.      of SCAN, added the code to scan for Leprosy-B, making it 
  36.      virtually useless for destructive purposes.  
  37.      
  38.          I picked up a copy of Leprosy-B a couple weeks ago while on some 
  39.      pirate board in the Seattle, Washington region, recalled reading 
  40.      about it in Mc Affee's VIRLIST.TXT, and decided to rewrite the virus 
  41.      and make it immune to Mc Affee's vaccine programs.
  42.      
  43.      
  44.  
  45.      --------------------------------------------------------------------
  46.  
  47.      The Plague is different from Leprosy-B in that:
  48.                           
  49.          --  It is 10% smaller than Leprosy-B, enabling it to infect 
  50.              other files in a shorter period of time.
  51.           
  52.          --  It will encode itself (Using PCMII's Cybernetic Mutation
  53.              Technology.) 90% of the time now, instead of the 25% 
  54.              in Leprosy-B.
  55.  
  56.          --  Its code is optimized, making it a bit more efficient.
  57.                                                        
  58.          --  Upon complete infection of the disk medium, The Plague will 
  59.              completely overwrite the first few sectors of the default 
  60.              drive, completely destroying the data on it.
  61.  
  62.          --  And Mc. Affee's SCAN program (up to version 71b) caannot not
  63.              detect The Plague.
  64.  
  65.      --------------------------------------------------------------------
  66.      
  67.      
  68.      Later versions of The Plague will be changed and will steer away 
  69.      from the Leprosy program structure, implement a new, more complex
  70.      encoding algorithm,  and the ability to avoid infecting programs such
  71.      as Mc Affee's SCAN.
  72.  
  73.      --------------------------------------------------------------------
  74.      
  75.      Usage:
  76.  
  77.           PLAGUE
  78.  
  79.  
  80.      --------------------------------------------------------------------
  81.      
  82.                                      Au revoir.....
  83.  
  84.                                            She-Man
  85.  
  86.  
  87.